home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Forbidden Pleasures
/
Forbidden Pleasures.iso
/
install.ins
< prev
Wrap
Text File
|
1994-02-23
|
2KB
|
82 lines
cls
print
The installation software will create a subdirectory named CD_WORK and will
copy on to it the menu program, a shareware viewer and a program to
decompress the ZIPed file that you may select.
The menu software can display the images on this CD directly for most of the
standard video boards currently available. If it can not determine the type
of video board that you currently are using it will use the shareware
viewer to display the images.
The viewer is SHAREWARE and if you like it after using it you should
register it. To register just read the documentation for details.
When the installation is finished you may start the software by inserting
the CD-ROM on the drive and assuming that the software is installed on the
"C" drive:
TYPE "FP" FROM ANY PLACE IN DRIVE "C"
//
pause Hit any key to continue..........
cls
sys #HD:
sys cd\
sys md CD_WORK
sys cd\CD_WORK
sys copy #CD:\CD_WORK\*.* #HD:\CD_WORK\*.*
cls
print
Now we are going to configure the GDS demo viewer we mentioned before.
Please remember GDS is a demo you should register if you decide to use it.
GDS has some very interesting graphical capabilities and even if the menu
viewer works well in your PC you should experiment with GDS and perhaps
register any way.
Now please indicate the chipset or video board that your PC has installed,
the amount of video RAM on the board and the highest resolution available
so the external viewer if needed can work correctly.
//
pause Hit any key to continue.........
cls
video
cls
PATH=#HD:\CD_WORK
cls
print
The subdirectory name where your menu and viwer have been copied onto
is #HD:\CD_WORK
The subdirectory has also been added to the path so if you re-boot the system
all you have to do to use this CD is insert the CD on your drive and type the
command FP
//
sys del c:\autoexec.ooo
sys ren c:\autoexec.bat autoexec.ooo
sys ren c:\autoexec.nnn autoexec.bat
cls
print
REMEMBER TO RE-BOOT THE SYSTEM SO THE NEW SUBDIRECTORY THAT WE
HAVE ADDED IS ON THE PATH........
//
pause Hit any key to continue.........
end